Skip to content

feat(v2): auto-branch, fix-all resolve, README overhaul#169

Merged
dean0x merged 2 commits intomainfrom
feat/v2-polish-autobranch-fixall-readme
Mar 31, 2026
Merged

feat(v2): auto-branch, fix-all resolve, README overhaul#169
dean0x merged 2 commits intomainfrom
feat/v2-polish-autobranch-fixall-readme

Conversation

@dean0x
Copy link
Copy Markdown
Owner

@dean0x dean0x commented Mar 31, 2026

Summary

Three v2 polish improvements in one PR:

  • Auto-branch creationimplementation-orchestration now spawns Git agent setup-task on protected branches instead of prompting users. Git agent scans existing remote branches to detect naming conventions (prefix style, separator) before deriving branch names.
  • Fix-all resolve — Resolver gains pragmatic validation (WONT_FIX for impractical fixes), systematic 6-step refactoring protocol for careful fixes, and narrowed deferral criteria. All resolve commands/skills now extract ALL issues (not just blocking/should-fix), with WONT_FIX in reports and counts.
  • README overhaul — 361→129 lines of story-driven narrative. Detailed content migrated to docs/commands.md, docs/cli-reference.md, docs/working-memory.md, docs/self-learning.md. Stale skill counts fixed across CLAUDE.md and CONTRIBUTING.md.

Files Changed (14)

Workstream Files
Auto-branch implementation-orchestration/SKILL.md, git.md
Fix-all resolve resolver.md, resolve-orchestration/SKILL.md, resolve.md, resolve-teams.md, review-methodology/SKILL.md
README README.md, docs/commands.md, docs/cli-reference.md, docs/working-memory.md, docs/self-learning.md, CONTRIBUTING.md, CLAUDE.md

Test plan

  • npm run build — distributes updated skills/agents to plugins
  • npm test — 578/578 tests pass
  • README links to docs/ resolve to existing files
  • Grep confirms no AskUserQuestion in implementation-orchestration
  • Grep confirms WONT_FIX in resolver decision flow and output template
  • Grep confirms resolve.md/resolve-teams.md extract ALL issues
  • Stale skill counts fixed (37 actual)

Dean Sharon and others added 2 commits April 1, 2026 00:19
Three v2 polish improvements:

1. Auto-branch creation: implementation-orchestration now spawns Git
   agent setup-task on protected branches instead of asking users.
   Git agent detects repo branch naming conventions from existing
   remote branches before deriving names.

2. Fix-all resolve: resolver gains pragmatic validation (WONT_FIX for
   impractical fixes), systematic 6-step refactoring protocol for
   careful fixes, and narrowed deferral criteria. All resolve commands
   extract ALL issues (not just blocking/should-fix). WONT_FIX added
   to reports and counts across resolver, resolve.md, resolve-teams.md,
   and resolve-orchestration.

3. README overhaul: 361→129 lines, story-driven narrative. Detailed
   content migrated to docs/commands.md, docs/cli-reference.md,
   docs/working-memory.md, docs/self-learning.md. Stale skill counts
   fixed across CLAUDE.md and CONTRIBUTING.md.
…nify branches, DRY resolve, README restructure

- Remove WONT_FIX category entirely: two outcomes only (FIX or TECH_DEBT)
- Evaluate all issues including Suggestions (no longer skipped)
- Unify protected branch lists: add integration, trunk across 9 locations
- DRY resolve-teams.md batch prompts into reusable template
- Add risk protocol summary to resolve.md Phase 4
- README: restore original hook, lead with ambient/TDD/EDD harness,
  add skill shadowing, literature sources, accurate HUD render, split
  HUD and security into separate sections

Co-Authored-By: Claude <noreply@anthropic.com>
@dean0x dean0x merged commit 9c948ab into main Mar 31, 2026
3 of 4 checks passed
@dean0x dean0x deleted the feat/v2-polish-autobranch-fixall-readme branch March 31, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant